home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PBMTEXT.MAN < prev    next >
Text File  |  1993-01-08  |  2KB  |  73 lines

  1.  
  2.  
  3. pbmtext(1)                 Unix Programmer's Manual                 pbmtext(1)
  4.  
  5.  
  6. NAME
  7.      pbmtext - render text into a bitmap
  8.  
  9. SYNOPSIS
  10.      pbmtext [-font fontfile] [text]
  11.                     --------   ----
  12.  
  13. DESCRIPTION
  14.  
  15.      Takes the specified text, either a single line from the command  line  or
  16.      multiple lines from standard input, and renders it into a bitmap.
  17.  
  18. OPTIONS
  19.  
  20.      By default, pbmtext uses a built-in font.  You can also specify your  own
  21.      font  with the -font flag.  The fontfile is a pbm file, created in a very
  22.                                      --------
  23.      specific way.  In your window system of  choice,  display  the  following
  24.      text in the desired (fixed-width) font:
  25.  
  26.          M ",/^_[`jpqy| M
  27.  
  28.          /  !"#$%&'()*+ /
  29.          < ,-./01234567 <
  30.          > 89:;<=>?@ABC >
  31.          @ DEFGHIJKLMNO @
  32.          _ PQRSTUVWXYZ[ _
  33.          { \]^_`abcdefg {
  34.          } hijklmnopqrs }
  35.          ~ tuvwxyz{|}~  ~
  36.  
  37.          M ",/^_[`jpqy| M
  38.  
  39.      Do a screen grab or window dump of that text,  using  for  instance  xwd,
  40.                                                                           ---
  41.      xgrabsc,  or  screendump.   Convert  the  result  into  a  pbm  file.  If
  42.      -------       ----------
  43.      necessary, use pnmcut to remove everything except the text.  Finally, run
  44.                     ------
  45.      it  through pnmcrop to make sure the edges are right up against the text.
  46.                  -------
  47.      pbmtext can figure out the sizes and spacings from that.
  48.      -------
  49.  
  50. SEE ALSO
  51.      pbm(5), pnmcut(1), pnmcrop(1)
  52.  
  53. AUTHOR
  54.      Copyright (C) 1991 by Jef Poskanzer.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.                                5 January 1991                                1
  72.  
  73.